CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - minimum spanning tree

搜索资源列表

  1. up2

    0下载:
  2. 本程序是数据结构的图的最小生成树的实现程序,非常方便使用,希望大家能够喜欢。-this program is the data structure of the minimum spanning tree procedures, is very convenient to use, hope that we can like.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:154022
    • 提供者:苏杰
  1. myprim

    1下载:
  2. 一个用Prim算法求解图的最小生成树,图是通过矩阵来建立。-an algorithm using the minimum spanning tree, the plan is to build through the matrix.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1162
    • 提供者:傅蓉蓉
  1. hafumashuhezifuchuanzuixiaoshengchengshu

    0下载:
  2. 是一些串操作、赫夫曼树、我的最小生成树的源码希望能帮助大家希望站长能够支持我,谢谢了!-some string operation, Hefuman tree. My minimum spanning tree source of hope to help everyone hopes will support my head, thank you!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4409
    • 提供者:吴天
  1. 50402417

    0下载:
  2. 和树类似,图的遍历是图的一种主要操作,可以通过遍历判别图中任意两个顶点之间是否存在路径、判别给定的图是否是连通图并可求得非连通图的各个连通分量,但对于带权图(网),其最小生成树或最短路径都取决于弧或边上的权值,则需要有特定的算法求解。-and similar trees, graph traversal map is a major operation, Discrimination can traverse map between any two vertices existence trai
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:8085
    • 提供者:李成军
  1. MSTree

    0下载:
  2. 最少生成树问题,MST(最小生成树),具体功能很容易看懂的-minimum spanning tree problem, MST (minimum spanning tree), specific functions can easily understand the
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:23053
    • 提供者:无名氏
  1. biaohao

    0下载:
  2. 最大流量Prim 算法寻找最小生成树,用C语言实现,有完整的注释-maximum flow Prim finding minimum spanning tree algorithm, using C language, a complete Notes
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1439
    • 提供者:DoDoggy
  1. prim(suanfa)

    0下载:
  2. 这是我用net写的一个prim算法计算最小生成树的程序,欢迎大家下载-with net write a prim minimum spanning tree algorithm for the calculation procedures, we are happy to download
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:95161
    • 提供者:king
  1. prim_rar

    0下载:
  2. prim算法 是一个比较常见的求最小生成树的算法,它用贪婪准则来编写算法的!-prim algorithm is a more common for the minimum spanning tree algorithm, which used to prepare guidelines for the greedy algorithm!
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:1703
    • 提供者:louy
  1. uuiooo

    0下载:
  2. 图的算法程序.最小生成树,最短路径等问题-map algorithm procedures. Minimum spanning tree, such as the shortest path problem
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:161894
    • 提供者:陈宏伟
  1. minimalspaningtree

    0下载:
  2. 生成最小生成树的源代码,对数据结构中图论处理有帮助,有兴趣可以下-minimum spanning tree generation of source code, the data structure graph theory to help deal with are interested can make
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1724
    • 提供者:吕明洲
  1. BiQuanSuanFa

    0下载:
  2. 避圈算法演示程序,实现了寻找最小生成树算法-avoid the circle algorithm demonstration procedures, the search for the minimum spanning tree algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:383601
    • 提供者:王凡
  1. soj1169Networking

    0下载:
  2. /* Name: soj 1169: Networking From: Computer Science Department of Sichuan University Author: LoyaltyJi Date: 03-05-06 00:35 Descr iption: 求最小生成树经典题! */-/ * Name : soj 1169 : Networking From : Computer Science Department of Sichuan
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1966
    • 提供者:吉宗诚
  1. XiaoYuanDaoYouTu

    0下载:
  2. 本人用C++编写的一个校园导游图。欢迎界面是我们学校的。用的时候随时改成你学校的就成。:) 通过最小生成树算法和两点间最短路径算法,实现查看两景点间最短路径和查看最佳游览路线。-I prepared a campus tour guide map. We welcome the interface schools. Used anytime when you changed it into schools. :) Minimum spanning tree algorithm and
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:29804
    • 提供者:li
  1. grapher

    0下载:
  2. 用图形用户界面表示的图,数据结构基本应用,最小生成树算法,最短路径,广度、深度优先搜索-graphical user interface with the plan said, the basic data structure application, the minimum spanning tree algorithm, the shortest path, breadth, depth-first search
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:61904
    • 提供者:张旭
  1. SmallTree123

    0下载:
  2. 树的遍历及最小生成树问题解决 采用最新Java编程技术-tree traversal and the minimum spanning tree problem solving using the latest Java programming technology
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:3372
    • 提供者:何兴博
  1. minitree

    0下载:
  2. 这是用VC实现的一个查找最小生成树的程序,界面很漂亮,实现的功能也很好。具有固定的节点,权值可以任意输入,最后确定一个最小的生成树。-This is the VC search for a minimum spanning tree procedures, a very nice interface, function very well. Having fixed nodes, the weights can be arbitrary input to finalize a minimum s
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:41564
    • 提供者:zzl
  1. Dijkstra111

    0下载:
  2. 这是由Dijkstra算法实现的最短路径的实现,C++编码,还有包括最小生成树的生成-This is the Dijkstra algorithm to achieve the shortest path to the realization of C + + coding, include the minimum spanning tree Generation
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:48418
    • 提供者:wangting
  1. zuixiaoshengchengshu23423

    0下载:
  2. 概要設計 1、程序運\行流程: (1)、提示輸入頂點數目; (2)、接受輸入,按照項目要求產生邊權值的隨機矩陣;然後求解最小生成樹; (3)、輸出最小生成樹並且退出-an outline design, the procedures in process : (1), suggesting that the number of input vertices; (2), accept input, In accordance with requirements of the pro
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1485
    • 提供者:丁韦
  1. 普里姆算法构造最小生成树

    0下载:
  2. 普里姆算法构造最小生成树.rar-Primbetov tectonic minimum spanning tree algorithm. Rar
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:6276
    • 提供者:里几
  1. 最短路径和最小生成树

    0下载:
  2. 最短路径和最小生成树-shortest path and minimum spanning tree
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1278
    • 提供者:徐宾
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 44 »
搜珍网 www.dssz.com